home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-MIPS / SMP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-17  |  117 b   |  7 lines

  1. #ifndef __ASM_MIPS_SMP_H
  2. #define __ASM_MIPS_SMP_H
  3.  
  4. #define cpu_logical_map(cpu)    (cpu)
  5.  
  6. #endif /* __ASM_MIPS_SMP_H */
  7.